home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / DEVELOP.ZIP / CALLERS.DOC < prev    next >
Text File  |  1990-08-31  |  1KB  |  23 lines

  1. The CALLERS log is a random access text file with a record length of 64
  2. bytes.
  3.  
  4. The following layout is specified in a "byte offset" format such that the first
  5. field begins at offset 0.
  6.  
  7. Note that strings are not NULL terminated and that the length specified for
  8. the string is full number of useable and storeable bytes.  All strings are
  9. padded with spaces to fill the entire field.
  10.  
  11.    Offset   Type   Length  Description
  12.    ------  ------  ------  -----------
  13.       0    str       62    The actual text written to the log
  14.      62    str        2    Carriage Return / Line Feed characters
  15.  
  16. While the each record is strictly formatted to 64 bytes each making it a
  17. random access file - the file may be TYPE'd to the screen at a DOS prompt due
  18. to the inclusion of the carriage return and line feed characters at the end of
  19. each record.
  20.  
  21. PCBoard, when displaying the callers log, takes advantage of the random access
  22. nature of the file format to be able to display the file in reverse order.
  23.